home *** CD-ROM | disk | FTP | other *** search
/ PC Master 5 / PC MASTER 5.iso / INTERNET / KIT / WIN95 / MSIE30.EXE / ieakjava.exe / classr.exe / com / ms / directX / d3dViewportStruc.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-31  |  876 b   |  16 lines

  1. package com.ms.directX;
  2.  
  3. public final class d3dViewportStruc {
  4.    public int dwSize;
  5.    public int dwX;
  6.    public int dwY;
  7.    public int dwWidth;
  8.    public int dwHeight;
  9.    public float dvScaleX;
  10.    public float dvScaleY;
  11.    public float dvMaxX;
  12.    public float dvMaxY;
  13.    public float dvMinZ;
  14.    public float dvMaxZ;
  15. }
  16.